Vcenter NamespaceManagement Supervisors Networks VsphereDVPGNetworkCreateSpec

Vcenter NamespaceManagement Supervisors Networks VsphereDVPGNetworkCreateSpec
Vcenter NamespaceManagement Supervisors Networks VsphereDVPGNetworkCreateSpec

The Vcenter NamespaceManagement Supervisors Networks VsphereDVPGNetworkCreateSpec schema describes the configuration specification of a DVPG-backed Supervisor Network object.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "portgroup": "string",
    "ip_assignment_mode": "string",
    "address_ranges": [
        {
            "address": "string",
            "count": 0
        }
    ],
    "gateway": "string",
    "subnet_mask": "string",
    "mode": "string"
}
string
portgroup
Required

Identifier of the vSphere Distributed Portgroup backing the vSphere network object.

This property was added in vSphere API 9.1.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: Network. When operations return a value of this schema as a response, the property will be an identifier for the resource type: Network.

string
ip_assignment_mode
Optional

IP address assignment mode. If set to Vcenter NamespaceManagement Supervisors Networks IPAssignmentMode.DHCP or Vcenter NamespaceManagement Supervisors Networks IPAssignmentMode.NONE, then field Vcenter NamespaceManagement Supervisors Networks VsphereDVPGNetworkCreateSpec.address_ranges must be set to an empty list and fields Vcenter NamespaceManagement Supervisors Networks VsphereDVPGNetworkCreateSpec.gateway and Vcenter NamespaceManagement Supervisors Networks VsphereDVPGNetworkCreateSpec.subnet_mask must be set to empty strings.

For more information see: Vcenter NamespaceManagement Supervisors Networks IPAssignmentMode.

This property was added in vSphere API 9.1.0.0.

If missing or null, defaults to STATICRANGE.

address_ranges
Required

Usable IP pools on this network.

This property was added in vSphere API 9.1.0.0.

string
gateway
Required

Gateway for the network.

This property was added in vSphere API 9.1.0.0.

string
subnet_mask
Required

Subnet mask of the network.

This property was added in vSphere API 9.1.0.0.

string
mode
Optional

Assigns a mode to a network. A mode describes the intended use of the network.

For more information see: Vcenter NamespaceManagement Supervisors Networks Mode.

This property was added in vSphere API 9.1.0.0.

If missing or null this network defaults to the Vcenter NamespaceManagement Supervisors Networks Mode.WORKLOAD mode.